home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / S / Solve.cpt / solve / Lorentz Transformations < prev    next >
Text File  |  1987-04-22  |  253b  |  9 lines

  1. { Lorentz positional transformations }
  2. precision = 10
  3. x_prime = (x - v*t)/sqrt(1-(v/c)^2)
  4. t_prime = (t - (v/c^2)*x)/sqrt(1-(v/c)^2)
  5. y_prime = y
  6. z_prime = z
  7. delta_t = delta_t_prime/sqrt(1-(v/c)^2)
  8. delta_x = delta_x_prime * sqrt(1-(v/c)^2)
  9. c = 3.00 * 10^8